home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / MV.1 < prev    next >
Text File  |  1994-01-23  |  576b  |  23 lines

  1. MV(1)                Danix Utilities                MV(1)
  2.  
  3. NAME
  4.     mv - move files and directories
  5.  
  6. SYNOPSIS
  7.     mv [-ifv] [-] file1 file2
  8.        [-ifv] [-] file1 ... filen dir
  9.  
  10. DESCRIPTION
  11.     mv moves the given files and directories. By default, the
  12.     user will be prompted to overwrite files which are read-only.
  13.  
  14.     -i (Interactive control) Prompt user to move each file.
  15.  
  16.     -f Force the files to be moved.
  17.  
  18.     -v (Verbose) Print the name of each file or directory being
  19.        moved.
  20.  
  21.     -  Specifies that the next argument is to be taken as a filename
  22.        and not interpreted in any other way.
  23.